Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bugfixes and benchmark code for the memory based simp_mem #218

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

bollu
Copy link
Collaborator

@bollu bollu commented Oct 4, 2024

This PR is a TODO, and has surprising interactions with Lean that I don't understand. I tried to cleanup the code to allow me to fix #154, but this lead to failures :( It's really unclear to me what's going to.

The key idea is this:

In the simp_mem tactic, I operate on it as a TacticM, using rewrite to imperatively edit the main goal state. This causes successive rewrites in subexpressions to step over each other. Rather, I should be writing this in MetaM, where simp_mem recusively walks the expression, and optionally rewrites it with one of the visitor patterns. This is a fairly large-scale change. and I was hoping that I could perform this change, which also using the opportunity to eliminate my uses of evalTactic. Unfortunately, that didn't happen, so I'm drafting this PR for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

simp_mem failure with GCMGmultV8
1 participant